home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / main.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  421 b   |  15 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        main.h
  4.  
  5. Purpose:    This is the header file for main.c
  6.  
  7. \**********************************************************************/
  8.  
  9. void main(void);
  10. void EventLoop(void);
  11. void GetTheEvent(EventRecord *theEvent, int waitTime);
  12. void DispatchEvents(EventRecord theEvent);
  13. void HandleMouseDown(EventRecord theEvent);
  14. void ShutDownEnvironment(void);
  15.